﻿/* Use this CSS-file to override any styles set by system-default  | Pacey print - Main Category*/
/* Use this CSS-file to override any styles set by system-default  | Pacey print - Main Category*/

/*Primær: #225728*/
/*Sekundær: #fff*/

@font-face {;
    font-family: "Gotham Book";
    src: url('Gotham-Book.ttf-.tff') format('tff');
    font-weight: normal;
    font-style: normal;
}

@font-face {;
    font-family: "Gotham Bold";
    src: url('Gotham-Bold.ttf') format('tff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    background: #fff;
    /*background-image: url(background.jpg);*/
    padding-top: 0px;
    background-repeat: repeat-x;
    background-size: contain;
    background-position-y: 150px;
    padding-top: -70px
}

body.customize-page {
    background: Transparent !important;
    background-image: url(background.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-bottom: 100px;
}

@media only screen and (max-width: 480px) {
    body {
        /*background-image: url(background.jpg);*/
        background-color: #fff;
    }
}
@media only screen and (max-width: 480px) {
    body.customize-page {
        background-image: url();
        background-color: #fff;
    }
}

@media only screen and (max-width: 480px) {
    .navbar-nav {
        margin-top: 45px;
        margin-left: -12px;
    }
}

body.customize-page .section-customize {
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
}

body.customize-page .section-webshop {
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
}

.section {
    padding: 0px 0px;
    margin-bottom: 400;
}

.content {
    /*margin-top: -3px !important;*/
    margin-top: 35px !important;
}

h1,h2,h3 {
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}

label {
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 16px;
}

/*Selvregistrering*/
#ctl00_TB_RegLastname {
    width: 119px;
}
#ctl00_TB_RegFirstname {
    width: 140px;
}

/*Loginbox*/
.form-control {
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-weight: 300;
    font-style: normal;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*#auth {
    display: none;
}*/

.navbar {
    background: #fff;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border: transparent;
    border-bottom: 0px solid #ffffff00;
    box-shadow: 0 0px px rgba(0, 0, 0, 0.0);
    /*height: 50p;*/ /*Ekstra højde i header*/
    position: relative;
    background-position-y: 150px;
    box-shadow: 0 0px 0px rgb(253 253 253 / 0%);
}

.navbar .container {
    position: relative;
    background: transparent;
    padding: 0px;
}

/*Loginbox*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
}*/

.checkbox div label {
    padding-left: 0;
    font-size: 14px;
}

.login-page .panel-login {
    border: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0);
    background-color: rgba(255,255,255,0.0);
}

.panel-login .nav { /*Top af loginbox*/
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    background: transparent;
    border-radius: 0px 0px 0 0;
    overflow: hidden;
}
.panel-login .nav > li:last-child > a {
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-weight: 300;
    font-style: normal;
    border-left: 1px solid #b3b3b3 !important;
    border-right: 1px solid #b3b3b3 !important;
    border-top: 1px solid #b3b3b3 !important;
    border-bottom: 0px solid #b3b3b3 !important;
    border-radius: 0px !important;
    background-color: #fff;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    padding-left: 17px;
}

.panel-heading {
    color: #fff;
    background-color: #225728;
    border-color: #225728;
    border-radius: 0px !important;
}

/*Link*/
a {
    color: #ff1528;
    text-decoration: none;
}
a:visited {
    color: #225728;
    text-decoration: none;
}
a:hover {
    color: #333;
    text-decoration: none;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
    color: #333;
}

.cart-terms a:link {
    text-decoration: underline;
}
.cart-terms a:visited {
    text-decoration: underline;
}
.cart-terms a:hover {
    text-decoration: none;
}

.modal-files-item .dropdown .btn:hover {
    color: #225728;
}
.modal-files-item .dropdown .btn {
    position: relative;
    right: -1px;
    top: -1px;
    border-radius: 0 3px 0 3px;
    color: #eee; }
.modal .panel-heading .btn-right {
    float: right;
    margin: -8px 0;
    margin-left: 10px;
    color: #fff !important;
}

/*Logo*/
.navbar-brand .logo {
    align: center;
    height: 20px;
    margin-top: 80px;
    margin-left: 2;
    margin-left: 0px;
}

@media only screen and (max-width: 480px) {
    .navbar-brand .logo {
        height: 30px;
        margin-top: 20px;
        margin-left: 17px;
    }
}

@media only screen and (max-width: 1130px) {
    .navbar-brand .logo {
        height: ;
        margin-top: 20px;
        margin-left: 17px;
    }
}

/* === Category news / intro block (editable via CSS variables) === */
:root {
    --catnews-bg: #DEE5E4;      /* background colour */
    --catnews-color: #225728;   /* text colour (unused here but kept for flexibility) */
    --catnews-font-size: 16px;  /* base font size */
}

/*Category newsboks – full-width bar, content stays aligned to container */
.catnews {
    position: relative;
    width: 100%;
    max-width: 100%;
    color: #1f1f1f;                     /* keep current text colour */
    font-size: var(--catnews-font-size);
    padding: 20px 20px;
    margin-bottom: 25px;
    border-radius: 0;
    z-index: 0;                         /* so the pseudo element can sit behind */
}

/* Full viewport-width background + shadow behind catnews */
.section-products .catnews::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;                          /* anchor in the middle */
    transform: translateX(-50%);
    width: 100vw;                       /* full page width */
    height: 100%;
    background: #dee5e4;                /* keep current background colour */
    box-shadow: 0 5px 8px rgb(0 0 0 / 45%);
    z-index: -1;                        /* behind the text */
}

.catnews p {
    margin: 0;
    line-height: 1.5;
}
.catnews a {
    color: inherit;
    text-decoration: underline;
}
.catnews a:hover {
    text-decoration: none;
}

/*Menu Top*/
.navbar .navbar-nav > li > a.navbar-nav-cart {
    background: transparent;
    color: #000;
    font-weight: 300;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}

@media only screen and (max-width: 480px) {
    .navbar .navbar-nav > li > a.navbar-nav-cart {
        padding-top: 10px;
        background: #ddd;
        height: auto;
    }
}

.navbar .navbar-nav > li > a.navbar-nav-cart:hover,
.navbar .navbar-nav > li > a.navbar-nav-cart:focus {
    background: #fff;
    color: #ff1528 !important;
}
.navbar .navbar-nav > li > a i {
    margin-right: 5px;
}
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:focus
> .open > a:hover {
    color: #888 !important;
    background: #fff !important;
}
.navbar .navbar-nav > li > a {
    font-size: 14px;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-weight: 300;
    color: #000;
    transition: all 0.3s ease;
    padding-top: 82px; /*Ekstra højde i header*/
}

@media only screen and (max-width: 480px) {
    .navbar .navbar-nav > li > a {
        padding-top: 10px;
    }
}

.navbar .navbar-nav > li > a:hover {
    background: transparent;
    color: #ff1528 !important;
}
.navbar .navbar-nav > .active > a {
    color: #fff;
    background: transparent !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: transparent;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgb(0 0 0 / 5%);
    box-shadow: 0 0px 0px rgb(0 0 0 / 5%);
}

.well {
    min-height: 20px;
    padding: 19px;
    display: none;
}

/*Breadcrumb*/
.section-breadcrumbs a {
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-weight: 500;
    font-style: normal;
    color: #ffffff !important;
    float: left;
    position: left;
    padding: 0 20px;
    text-decoration: none !important;
    text-transform: capitalize;
    font-size: 14px;
}
.section-breadcrumbs {
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-weight: 300;
    font-style: normal;
    background: #ed2430;
    padding: 0;
    border-bottom: 0px solid #333;
    border-top: 0px solid #333;
    line-height: 30px;
    margin-bottom: -2px;
    margin-top: -20px;
    text-transform: uppercase;
    position: relative;
    top: 00px;
    z-index: 1 !important;

    /* Medium drop shadow under the breadcrumb bar */
    box-shadow: 0 4px 10px rgb(0 0 0 / 0%);
}
.section-breadcrumbs a:after {
    border-left-color: #225728;
    display: none;
}
.section-breadcrumbs a:before {
    border-left-color: #ddd;
    right: -20px;
    display: none;
}
/* Full-width banner image between breadcrumbs and product tiles */
.category-page .section-breadcrumbs::after {
    content: '';
    display: block;
    width: 100%;
    height: auto; /* Let the height adjust automatically */
    padding-top: 22.83%; /* This maintains the aspect ratio of the 1920x400 image (400/1920 = 0.2083) */
    background-image: url('banner2025.png');
    background-size: cover; /* Ensure the entire width of the image is displayed */
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px 0; /* Adjust margin as necessary */
}
.section-products {
    background: transparent;
    border-bottom: 150px solid #fff;
}

@media (min-width: 480px) {
    .section-products .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* === Products container: now column so catnews appears ABOVE tiles === */
.section-products .container {
    display: flex;
    flex-direction: column;      /* was column-reverse */
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    background: transparent !important;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    align-content: center;
}

.section.section-profile .container {
    background: #fff !important;
    margin-top: -18px;
    padding-top: 30px;
    padding-bottom: 20px;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}

.section.section-customize .container {
    background: #fff !important;
    margin-top: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}

.section.section-webshop .container {
    background: #fff !important;
    margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 20px;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}

/*Knap*/
.btn-primary {
    background: #ff1528;
    border: 2px solid #ff1528;
    font-size: 12px;
    border-radius: 0px !important;
    color: #fff;
}

.btn-primary:visited {
    background: #ed2430;
    border: 2px solid #ed2430;
    font-size: 12px;
    border-radius: 0px !important;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
    background: #ffffff;
    font-size: 12px;
    border: 2px solid #ff1528;
    border-radius: 0px !important;
    color: #ff1528 !important;
}

.panel-login .btn-login {
    float: right;
    width: 267px;
}
#ctl00_LB_RegisterUser {
    width: 267px;
}

.dropdown-menu-cart .btn-checkout {
   display: block;
   border-radius: 0 0 0px 0px;
   line-height: 25px;
}

.cart .btn-buy {
    display: block;
    margin: -1px;
    border-radius: 0px;
    font-size: 13px;
    line-height: 30px;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-weight: 700;
    font-style: normal;
    background: #ff1528 !important;
    border: 2px solid #ff1528 !important;
    color: #fff;
    margin-bottom: 50px;
}

.cart .btn-buy:hover {
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-weight: 700;
    font-style: normal;
    display: block;
    margin: -1px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 30px;
    background: #ffffff !important;
    border: 2px solid #ff1528 !important;
    color: #ff1528;
    margin-bottom: 50px;
}

.btn-default {
    background: #ff1528;
    border: 2px solid #ff1528;
    font-size: 12px;
    border-radius: 0px !important;
    color: #fff;
}

.btn-default:visited {
    background: #225728;
    border: 2px solid #225728;
    font-size: 12px;
    border-radius: 0px !important;
    color: #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.active {
    background: #ffffff;
    font-size: 12px;
    border: 2px solid #ff1528;
    border-radius: 0px !important;
    color: #ff1528;
}

.btn-success {
    background: #225728;
    border: 0px solid #225728;
    font-size: 12px;
    border-radius: 0px !important;
    color: #fff;
}

.btn-success:visited {
    background: #225728;
    border: 0px solid #225728;
    font-size: 12px;
    border-radius: 0px !important;
    color: #fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active {
    background: #225728;
    font-size: 12px;
    border: 0px solid #225728;
    border-radius: 0px !important;
    color: #fff;
}

.panel-options .btn-success:hover,
.panel-options .btn-success:focus,
.panel-options .btn-success.active {
    background: #ff1528;
    font-size: 12px;
    border: 2px solid #ff1528;
    border-radius: 0px !important;
    color: #ff1528;
}

.btn-feedback {
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-weight: 700;
    font-style: normal;
    font-size: 16px !important;
    border-radius: 0;
    background: #225728;
    border-color: #000;
    color: #fff !important;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: 48px;
    z-index: 9;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: 100% 0;
}

@media only screen and (max-width: 480px) {
    .btn-feedback {
        display: none;
    }
}

.btn-feedback:hover,
.btn-feedback:focus,
.btn-feedback.active {
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-weight: 700;
    font-style: normal;
    font-size: 16px !important;
    background: #225728;
    border-color: #225728;
    border-radius: 0px !important;
    color: #fff;
}
.btn-link {
    color: #333;
    text-decoration: none !important;
}

.cart .btn-buy2 {
    margin: 0px;
    font-size: 14px !important;
    line-height: 40px;
    font-weight: normal;
    width: 50%;
}

@media only screen and (max-width: 480px) {
    .cart .btn-buy2 {
        width: 100%;
    }
}

.cart .btn-continue {
    margin: 0px;
    font-size: 14px !important;
    line-height: 40px;
    width: 49%;
}

@media only screen and (max-width: 480px) {
    .cart .btn-continue {
        display: none;
    }
}

/*Dropdown*/
.dropdown-menu {
    padding: 0;
}
.dropdown-menu > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.dropdown-menu > li > a {
    color: #333;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-weight: 700;
    font-style: normal;
    padding: 10px 15px !important;
}
.dropdown-menu > li > a i {
    margin-right: 8px;
}
.dropdown-menu > li:first-child > a {
    border-radius: 4px 4px 0 0;
}
.dropdown-menu > li:last-child > a {
    border-radius: 0 0 4px 4px;
}
.dropdown-menu-cart {
    min-width: 280px;
}

.RadComboBox_Bootstrap .rcbInner {
    border-radius: 20px !important;
}

/*Kategori / Produkt top med billede*/
.jumbotron {
    padding: 0;
    margin: 0;
    color: white;
    text-align: center;
}

.jumbotron h1 {
    color: #fff !important;
    padding-top: 67px;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    font-size: 20px !important;
    letter-spacing: 17px;
}

.jumbotron-inner {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    padding: 110px;
    margin-top: -54px;
    display: none;
}

@media only screen and (max-width: 480px) {
    .jumbotron-inner {
        height: 200px;
        display: none;
    }
}

.jumbotron-success .jumbotron-inner {
    background-color: rgba(0, 0, 0, 0);
}
.jumbotron-heading {
    margin: 0;
    font-size: 34px !important;
    line-height: 34px;
    font-weight: 300;
    float: left;
}
.jumbotron-heading.text-center {
    float: none;
}
.jumbotron-home .jumbotron-inner {
    padding: 250px 0;
}
.jumbotron-home .jumbotron-heading {
    margin: 0 0 40px;
    font-size: 40px !important;
    float: none;
    text-align: center;
}
.jumbotron-home .jumbotron-search {
    max-width: 500px;
    margin: 0 auto;
    float: none;
}
@media (max-width: 767px) {
    .jumbotron-contentpage .jumbotron-heading {
        float: none;
        margin-bottom: 15px;
    }
    .jumbotron-contentpage .jumbotron-search {
        float: none;
        margin: 0 auto;
    }
}

.jumbotron-search {
    position: relative;
    float: right;
    max-width: 300px;
    display: none;
}

/*Kategori*/
.panel-product-heading {
    font-family: ;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    /* font-size: 15px; */
    line-height: 30px;
    height: 35px;
    overflow: visible;
    margin: 0 0 5px;
    color: #ffffff;
    background: #ed2430;
    border-top: 0px solid transparent;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 35px;
    padding-top: 3px;
    width: 360px;
}
.panel-product-heading:visited {
    text-decoration: none;
}

.panel-product-heading:hover {
    text-decoration: none;
}
.panel-product-image {
    margin: 10px;
    display: inline-table;
    margin-bottom: 15px;
    transition: 0.3s ease;
    background-color: transparent;
    width: 360px;
    height: Auto;
    margin-top: 25px;
    /* max-width: 234px; */
    border: 0px solid #d5d7d9;
    border-radius: 10px;
}

.panel-product {
    transition: all 0.3s ease;
    border-color: Transparent;
    box-shadow: none;
    text-decoration: none !important;
    height: auto !important;
    overflow: hidden;
    display: block;
    background-color: transparent;
    border-radius: 0px;
}

.panel-product {
    margin-bottom: 40px; /* Adds 20px space between product tiles */
}

.panel-product .panel-body {
    background: Transparent;
}

.panel-product-text {
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    color: #333;
    text-align: center;
    line-height: 17px;
    max-height: 40px;
    min-height: 40px;
    overflow: visible;
    background: transparent;
    padding-left: 30px;
    margin-top: -20px;
}

/*.panel-product .prodlink {
    overflow: hidden;
}*/
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #ff1528;
}

/*Webshop*/
.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-radius: 0px !important;
    border-color: #ddd;
}

.webshop-product-title {
    font-family: ;
    font-weight: BOLD;
    font-style: normal;
    padding: 5px 0;
    margin: 0 0 5px;
    font-size: 18px;
    color: #225728;
}
div.webshop-product-description a {
    text-decoration: underline !important;
}
div.webshop-product-description a:visited {
    text-decoration: underline !important;
}
div.webshop-product-description a:hover {
    text-decoration: none !important;
}
.section-products-description {
    margin: -10px 0 20px;
    display: none;
}
.webshop-footer-fixed {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    z-index: 11;
    border-top: 0px solid #d5d7d9;
}

.multibuy .webshop-product-selected {
    background-color: #fff;
}
.multibuy .webshop-product:hover {
    background-color: #fff;
}
.webshop-product-image img {
    width: 70px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
    border: 1px solid #d5d7d9;
    background: #fff;
}
.webshop-product-image img:hover {
    -moz-transform: scale(4);
    -o-transform: scale(4);
    -ms-transform: scale(4);
    -webkit-transform: scale(4);
    transform: scale(1.2);
    z-index: 2;
    border: 0px;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    background: #fff;
}

/*input[type=checkbox][disabled] {
    cursor: not-allowed;
    display: none;
}*/

.webshop-product-menu .dropdown {
    display: none;
}

/*Kolonne Relateret*/
.col-sm-3 {
    width: 25%;
}
.col-sm-3.col-md-2 {
    width: 25%;
}

@media only screen and (max-width: 480px) {
    .col-sm-3 {
        width: 100%;
    }
}

/*Ikoner*/
.panel-preview-buttons {
    float: right;
    color: #fff;
    padding: 10px;
    background-color: #ff1528;
}
.fa-refresh:before {
    content: "\f021";
    color: #fff;
}
.fa-question-circle:before {
    content: "\f05a";
}
.fa-ellipsis-v:before {
    content: "\f142";
    color: #333;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    color: #fff;
    padding: 10px;
    background-color: #225728;
}

@media only screen and (max-width: 480px) {
    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        color: #fff;
        padding: 10px;
        background-color: #225728;
    }
}

.fa-lock:before {
    content: none;
    /*content: "\f023";*/
}

.cart-title .fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f1f8" !important;
    color: #dee5e4 !important;
}

.modal .panel .btn-modal-close .fa-times:before {
    content: "\f00d" !important;
    color: #fff !important;
}

/*Priser*/
.webshop-product-price {
    color: #225728;
    white-space: nowrap;
}

.panel-options .total-price {
    color: #225728;
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 3px;
}
.panel-preview-price {
    color: #225728;
}
.cart-price {
    color: #000000;
    float: right;
    margin: 0;
}

.modal .panel-heading {
    position: relative;
    padding: 16px 20px;
    padding-right: 50px;
    background-color: #ff1628;
    border-radius: 0px !important;
}

.modal .panel-title {
    font-weight: bold;
    color: #fff;
    float: left;
}

/*Variabler*/
.panel-preview-large {
    text-align: center;
    padding-top: 25px;
    clear: both;
    background: #ffffff;
}
.btn-block {
    color: #fff;
    background-color: #ff1528;
    border-color: #ff1528;
}
.btn-buy:hover {
    color: #fff;
    background-color: #ffffff !important;
    border-color: #ff1528 !important;
}
.panel-help .panel-heading {
    color: #fff;
    background-color: #dcdcdc !important;
    border-color: #ddd;
    border-radius: 0px !important;
}

.panel-heading a:link {
    color: #fff !important;
    background-color: #ffffff !important;
    text-decoration: underline;
    font-size:20PX;
    font-weight: bold;
    border: solid;
}
.panel-heading a:visited {
    color: #333 !important;
    text-decoration: underline;
}
.panel-heading a:hover {
    color: #333 !important;
    text-decoration: none;
}

#ctl00_MC_PH_pnlR_OrderList .panel-heading a:link {
    color: #fff !important;
    text-decoration: none;
}
#ctl00_MC_PH_pnlR_OrderList .panel-heading a:visited {
    color: #fff !important;
    text-decoration: none;
}
#ctl00_MC_PH_pnlR_OrderList .panel-heading a:hover {
    color: #fff !important;
    text-decoration: none;
}

#ctl00_MC_PH_pnlR_StockList .panel-heading a:link {
    color: #fff !important;
    text-decoration: none;
}
#ctl00_MC_PH_pnlR_StockList .panel-heading a:visited {
    color: #fff !important;
    text-decoration: none;
}
#ctl00_MC_PH_pnlR_StockList .panel-heading a:hover {
    color: #fff !important;
    text-decoration: none;
}

.text-muted {
    color: #333;
}
.panel-options .row {
    margin: 0 0px;
}

.webshop-product-details .text-muted {
    color:#333;
}

.checkout-page-content .panel-title {
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-weight: 700;
    font-style: normal;
    color: #ff1528;
}

.thumbItem {
    text-align: center;
    padding: 2px;
    margin: 3px;
    border: solid 1px #dddddd !important;
    color: #333;
    font-size: 10px;
    font-weight: bold;
}

/*Devider ved variable produkter*/
body.customize-page .section-customize .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: transparent;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    margin-top: 10px;
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-weight: 700;
    font-style: normal;
    padding-left: 0px !important;
    border-radius: 0px;
}
.panel-body .form-control[disabled] {
    cursor: not-allowed !important;
    background-color: transparent !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    margin-top: 10px !important;
    font-weight: bold !important;
    padding-left: 0px !important;
    border-radius: 0px !important;
}

#oqty .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed !important;
    background-color: #eee !important;
    opacity: 1;
    border: 1px solid #ccc !important;
    padding-left: 10px !important;
    font-weight: 300 !important;
}

/*Pop-Up ved køb*/
.text-success { /*Header*/
    color: #000000 !important;
}
.modal .panel-body {
    padding: 16px 20px;
    background-color: #fff;
}
.modal-dialog .section-products-heading {
    font-size: 20px;
    line-height: 21px;
    margin: 0 0 20px;
    font-weight: 300;
    color: #333;
}
.modal-dialog .panel-product {
    transition: all 0.3s ease;
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
    text-decoration: none !important;
    overflow: visible;
    display: block;
    width: 540px;
}

.modal-dialog .panel-product-heading {
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    color: #333;
    background-color: #fff;
}

.modal-dialog .panel-product-text {
    display: none;
}

.modal-dialog .panel-product-image {
    margin: 0 auto;
    display: block;
    height: 20%;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    background-color: #2e2e2e;
    width: 50% !important;
}
.modal .panel-title {
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-weight: 700;
    font-style: normal;
    float: left;
    color: #fff;
}

/*Profil*/
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #225728;
    border-radius: 0px;
}
.panel.panel-default.panel-profile-form .form-control[disabled] {
    cursor: not-allowed !important;
    border: 0px !important;
    margin-top: 0px !important;
    font-weight: bold !important;
    padding-left: 10px !important;
    border-radius: 0px !important;
    background: #eee !important;
}

/*Profil > Adresse > Fjern fakturaadresser*/
#ctl00_MC_PH_lblR_PostAdr,
#ctl00_MC_PH_TBR_PostAdr1,
#ctl00_MC_PH_TBR_PostAdr2,
#ctl00_MC_PH_TBR_PostPostalC,
#ctl00_MC_PH_TBR_PostPostalP,
#ctl00_MC_PH_DDLR_PostCountry {
    display: none;
}

/*Indkøbskurv*/
.cart-details .text-muted {
    color:#333;
    font-size: 10px;
}
.cart-other {
    display: none;
}

#ctl00_MC_PH_LB_ClearCart.text-muted {
    color: #fff !important;
    background: #225728;
    padding: 14px;
    display: none;
}

@media only screen and (max-width: 480px) {
    #ctl00_MC_PH_LB_ClearCart.text-muted {
        color: #333 !important;
        background: #fff;
        display: none;
        padding: 14px;
    }
}

#ctl00_MC_PH_LB_ClearCart.text-muted a:link {
    text-decoration: underline !important;
}
#ctl00_MC_PH_LB_ClearCart.text-muted a:visited {
    text-decoration: underline !important;
}
#ctl00_MC_PH_LB_ClearCart.text-muted a:hover {
    text-decoration: none !important;
}

.cart-product-image img {
    width: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
    border: 1px solid #d5d7d9;
}

.cart-product-image img:hover {
    -moz-transform: scale(5);
    -o-transform: scale(5);
    -ms-transform: scale(5);
    -webkit-transform: scale(5);
    transform: scale(1.2);
    position: relative;
    border: 0px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.cartident {
    font-size: 10px;
}

#ctl00_ctl00_MC_PH_pnl_CartTotalVATPanel {
    background: #eee;
}

/*Kalender*/
.RadCalendarPopup.RadCalendarPopupShadows {
    left: 500px !important;
    width: 200px !important;
}
.RadCalendarTimeView_Bootstrap th {
    border-color: #dedede;
    color: #fff !important;
    background-color: #225728 !important;
}

/*On screen ordrebekræftelse*/
.text-center {
    text-align: left;
}

.checkout-page-content .text-left {
    text-align: left;
    width: 35%;
}
.checkout-page-content .text-right {
    text-align: right;
    width: 30%;
}
.checkout-page-content td, th {
    padding: 0;
    width: 10%;
}
.checkout-page-content {
    background: #fff;
    padding-top: 34px;
    margin-top: -20px;
}
.orderconfirm-page .content .btn {
    margin: 0px 0px 0px;
    width: 48%;
    float: left;
    margin-left: 5px;
    margin-bottom: 20px;
}

/*Spinner*/
.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -75px;
    text-align: center;
    z-index: 1234;
    overflow: auto;
    width: 150px;
    height: 150px;
    background-color: transparent;
    border: 0px;
    box-shadow:0px 0px 0px transparent;
}
#spinner3 {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -75px;
    text-align: center;
    z-index: 1234;
    overflow: auto;
    width: 150px;
    height: 150px;
    background-color: transparent;
    border: 0px;
    box-shadow:0px 0px 0px transparent;
}
.lds-hourglass {
    width: auto;
    height: auto;
    background-color: transparent;
    display: none;
    position: fixed;
    top: 45%;
    left: 45%;
    padding: 30px;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    z-index: 1002;
    text-align: center;
    overflow: auto;
}

.lbtn {
    display: block;
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    background: #333;
    margin: 5px;
    padding: 10px;
    text-decoration: none;
    border: 1px solid #aaa;
}

/*Ordrehistorik*/
.panel-accordion .list-group-item {
    background: #ebebeb;
}

/*Referencefelter - felt skjult, men validering på custom ref*/
#ctl00_MC_PH_lbl_Ref {
    display: none;
}
#ctl00_MC_PH_TB_Ref {
    display: none;
}
#ctl00_MC_PH_DDL_Ref {
    display: none;
}
.col-sm-8 {
    float: right;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
    float: right;
    color: #ffffff !important;
    text-decoration: none !important;
}

/*Referencefelt i profil*/
#ctl00_MC_PH_lblR_ORef {
    display: none;
}
#ctl00_MC_PH_TBR_ORef {
    display: none;
}

/*MedieArkiv*/
.RadTreeView_Bootstrap .rtSelected .rtIn {
    border-color: #333 !important;
    border-radius: 0px !important;
    color: #fff;
    background: #333 !important;
}

/*Cookie*/
.cc-color-override-530831885.cc-window {
    color: #fff;
    background-color: #ee2431 !important;
    box-shadow: 0 0 0.25rem #050505;
    padding: 0;
}

.cc-banner .cc-message {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    font-size: 1.2rem;
    text-align: center;
}

.cc-color-override-530831885 .cc-btn {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: #ee2431 !important;
}

/*Footer*/
.footer {
    font-size: 13px;
    color: #fff;
    padding: 0;
    padding-top: 19px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-top: 0px dotted #333;
    text-align: -webkit-center;
    padding-bottom: 15px;
    height: auto;
}

.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:visited {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-contact a {
    margin-right: 0px;
}

.footer-links a {
    margin-right: 7px;
}

/* All Categories bar: full-page-width white strip with shadow,
   while keeping the button aligned with the container */
.container:has(> .catAll) {
    position: relative;
    padding: 5px 0;
    margin-bottom: 10px;
}

/* Full-width background + shadow */
.container:has(> .catAll)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;                 /* anchor in the middle */
    transform: translateX(-50%); /* extend equally left & right */
    width: 100vw;              /* full viewport width */
    height: 100%;
    background: #000000;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0%);
    z-index: -1;               /* sit behind the content */
}

/* All Categories link styling (stays aligned to normal content) */
.catAll {
    display: inline-block;
    padding: 0 20px;
}

/* === Thin navbar override === */

/* Give the bar a sensible minimum height */
.navbar {
    min-height: 60px;
}

/* Make the brand area not huge */
.navbar-brand {
    padding: 10px 15px;
}

/* Logo: reasonable height, small offset */
.navbar-brand .logo {
    display: inline-block;
    height: 20px;      /* adjust to suit your logo */
    margin-top: 15px;   /* was 80px */
    margin-left: 0px;
}

/* Nav links: reduce top padding and add bottom to center vertically */
.navbar .navbar-nav > li > a {
    padding-top: 25px;       /* was 82px */
    padding-bottom: 18px;
}

/* Keep mobile nav comfortable */
@media only screen and (max-width: 480px) {
    .navbar .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-brand .logo {
        height: 26px;
        margin-top: 8px;
        margin-left: 17px;
    }
}

/* Border around product image */
.panel-product-image {
    margin: 10px;
    display: inline-table;
    margin-bottom: 15px;
    transition: 0.3s ease;
    background-color: #fff;
    width: 360px;
    height: auto;
    margin-top: 25px;
    border: 3px solid #ed2430;   /* real border now */
    border-radius: 0px;
}

/* === Override zoom on category/product tiles === */

/* Base state for the tile image */
.panel-product-image {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1);              /* reset any inherited scale */
}

/* Subtle zoom on hover */
.panel-product:hover .panel-product-image,
.panel-product-image:hover {
    transform: scale(1.05) !important;  /* adjust 1.02–1.10 to taste */
    box-shadow: 0 2px 4px rgba(0,0,0,0.2),
                0 3px 10px rgba(0,0,0,0.19);
}

/* If instead you want NO zoom at all, replace the block above with this:
.panel-product:hover .panel-product-image,
.panel-product-image:hover {
    transform: none !important;
    box-shadow: none;
}
/* === Extend the catnews background upward under the navbar without moving content === */

.section-products .catnews {
    position: relative;
    z-index: 0;
}

/* Create an extended background panel behind the catnews block */
.section-products .catnews::before {
    content: "";
    position: absolute;
    top: -60px;                /* how far upward the background extends */
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;              /* full page width */
    height: calc(100% + 60px); /* total height includes extension */
    background: #ffffff00;        /* match the box background */
    box-shadow: 0 5px 8px rgb(255 255 255);
    z-index: -1;               /* sits behind the text */
}
/* === Align catnews text with the All Categories button === */

/* Remove extra left padding on catnews */
.section-products .catnews {
    padding-left: 0 !important;
}
/* Force all catnews text to align left consistently */
.catnews,
.catnews p {
    text-align: left !important;
}

/* ------------------------------------------------------------
   NAVBAR SEARCH – Modern redesign + stacking + dropdown z-index
------------------------------------------------------------ */

/* Main search bar container */
.navbar-search {
    position: fixed;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    height: 60px;
    background: #ed2430;
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 15px;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 14px rgb(0 0 0 / 0%);
    z-index: 9999 !important;         /* force above logo/navbar */
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all .28s ease;
}

/* When active */
.navbar-search.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Ensure navbar + logo stay under search bar */
.navbar,
.navbar .container,
.navbar-brand,
.navbar-brand .logo {
    position: relative !important;
    z-index: 1000 !important;
}

/* Telerik search wrapper */
.combo_search {
    background: #ed2430 !important;
    border-radius: 10px !important;
    padding-left: 12px;
    height: 42px;
    display: flex;
    align-items: center;
    border: 1px solid #ed2430 !important;
    transition: border .25s;
    width: 100% !important;
}

/* Highlight on focus */
.combo_search:focus-within {
    border-color: #007bff !important;
    box-shadow: 0 0 0 3px rgba(0,123,255,0.18);
}

/* Input field */
.combo_search input.rcbInput {
    border: none !important;
    background: transparent !important;
    font-size: 15px;
    padding-left: 4px;
    outline: none !important;
    width: 100%;
}

/* Dropdown arrow button */
.combo_search .rcbActionButton {
    background: none !important;
    border: none !important;
    color: #888 !important;
}

/* Close (X) button */
#navbarSearchHide {
    font-size: 20px;
    color: #333 !important;
    padding: 6px 10px;
    border-radius: 8px;
    transition: background .25s, color .25s;
}

#navbarSearchHide:hover {
    background: #ed2430;
    color: #000 !important;
}

/* ------------------------------------------------------------
   Telerik dropdown – WIDE + PROPER HEIGHT (keep original styling)
------------------------------------------------------------ */

/* Make sure the fixed search bar never clips the dropdown */
.navbar-search {
    /* your existing styles... */
    overflow: visible !important;
}

/* Root popup container */
.RadComboBoxDropDown,
.RadComboBoxDropDown_Bootstrap,
[id*="radDDL_SP_DropDown"] {
    z-index: 12000 !important;
    background: #ffffff !important;

    /* Neutral border; remove if you want Telerik’s own */
    border: 1px solid #ccc !important;
    border-radius: 6px !important;

    /* WIDTH – change 650px if you want wider/narrower */
    width: 650px !important;
    min-width: 650px !important;
    max-width: 650px !important;

    /* HEIGHT – must not collapse */
    min-height: 80px !important;
    height: auto !important;
    overflow: visible !important;
}

/* Animation / slide wrapper */
.RadComboBoxDropDown .rcbSlide,
.RadComboBoxDropDown_Bootstrap .rcbSlide {
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
}

/* Scroll container where items actually live */
.RadComboBoxDropDown .rcbScroll,
.RadComboBoxDropDown_Bootstrap .rcbScroll {
    width: 100% !important;

    /* The critical bits: give it real height */
    height: auto !important;
    min-height: 60px !important;
    max-height: 320px !important;

    overflow-y: auto !important;
    overflow-x: hidden !important;
}

/* Each item: image + text in one row */
.RadComboBoxDropDown .rcbItem,
.RadComboBoxDropDown_Bootstrap .rcbItem {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 10px !important;

    white-space: normal !important;
    text-align: left !important;
    width: 100% !important;      /* fill full width */
}

/* Thumbnail image on the left */
.RadComboBoxDropDown .rcbItem img,
.RadComboBoxDropDown_Bootstrap .rcbItem img {
    display: inline-block !important;
    max-height: 100px !important;  /* small so text has room */
    width: auto !important;
    margin: 10 !important;
    padding: 0 !important;
    vertical-align: middle !important;
}

/* Text next to image */
.RadComboBoxDropDown .rcbItem span,
.RadComboBoxDropDown_Bootstrap .rcbItem span {
    display: inline-block !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    white-space: normal !important;
    word-break: break-word !important;
}

/* Keep Telerik's existing colours; just a subtle hover bg */
.RadComboBoxDropDown .rcbItem:hover,
.RadComboBoxDropDown_Bootstrap .rcbItem:hover {
    background-color: #f2f2f2 !important;
}

/* Footer row: "Items 1-3 out of 3" */
.RadComboBoxDropDown .rcbFooter,
.RadComboBoxDropDown_Bootstrap .rcbFooter {
    background: #fff !important;
    padding: 8px 10px !important;
    text-align: left !important;
    border-top: 1px solid #ddd !important;
}


/* ------------------------------------------------------------
   Mobile adjustments
------------------------------------------------------------ */
@media (max-width: 768px) {
    .navbar-search {
        height: 70px;
        padding: 0 15px;
    }

    #navbarSearchHide {
        font-size: 24px;
    }
}

/* ------------------------------------------------------------
   Kendo menu – force "Categories" text to stay black
------------------------------------------------------------ */

/* Base colour for all Kendo menu link text */
.k-menu-link-text {
    color: #ffffff !important;  /* black text */
}

/* Keep it black on hover / active / selected states */
.k-menu .k-state-hover .k-menu-link-text,
.k-menu .k-state-active .k-menu-link-text,
.k-menu .k-state-selected .k-menu-link-text {
    color: #000 !important;
}/* Move Kendo Categories menu DOWN */
.k-menu {
    margin-top: 10px !important;   /* adjust between 20–35px */
}
/* ================================
   RADCOMBOBOX DROPDOWN TEXT FIX
   (nuclear / template-safe)
   Put at VERY END of CSS
================================== */

/* Stop any ancestor clipping */
.RadComboBoxDropDown,
.RadComboBoxDropDown_Bootstrap,
.RadComboBoxDropDown * ,
.RadComboBoxDropDown_Bootstrap * {
  overflow: visible !important;
}

/* Make sure the list + items actually occupy full width */
.RadComboBoxDropDown .rcbList,
.RadComboBoxDropDown_Bootstrap .rcbList,
.RadComboBoxDropDown .rcbScroll ul,
.RadComboBoxDropDown_Bootstrap .rcbScroll ul,
.RadComboBoxDropDown li.rcbItem,
.RadComboBoxDropDown_Bootstrap li.rcbItem {
  width: 100% !important;
  max-width: 100% !important;

}

/* Ensure the clickable/template wrapper becomes the flex row */
.RadComboBoxDropDown li.rcbItem > a,
.RadComboBoxDropDown_Bootstrap li.rcbItem > a,
.RadComboBoxDropDown li.rcbItem .rcbItemLink,
.RadComboBoxDropDown_Bootstrap li.rcbItem .rcbItemLink,
.RadComboBoxDropDown li.rcbItem .rcbTemplate,
.RadComboBoxDropDown_Bootstrap li.rcbItem .rcbTemplate {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;              /* critical */
}

/* Force ANY text node container to be allowed to grow */
.RadComboBoxDropDown li.rcbItem span,
.RadComboBoxDropDown_Bootstrap li.rcbItem span,
.RadComboBoxDropDown li.rcbItem div,
.RadComboBoxDropDown_Bootstrap li.rcbItem div,
.RadComboBoxDropDown li.rcbItem p,
.RadComboBoxDropDown_Bootstrap li.rcbItem p {
  flex: 1 1 auto !important;
  min-width: 0 !important;              /* key fix */
  max-width: 100% !important;
  white-space: normal !important;
  word-break: break-word !important;
}

/* Make sure images never steal the row width */
.RadComboBoxDropDown li.rcbItem img,
.RadComboBoxDropDown_Bootstrap li.rcbItem img {
  flex: 0 0 auto !important;
}
.file-select-v2-thumb {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    float: left;
    max-height: 80px;
    max-width: 80px;
    min-width: 80px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ff1528;
    padding: 5px;

    /* =========================================
   Variant picker – kill panel-heading red bg
========================================= */

.panel-heading .pp-variant a,
.panel-heading .pp-variant a:link,
.panel-heading .pp-variant a:hover,
.panel-heading .pp-variant a:focus,
.panel-heading .pp-variant a:active {
    background-color: transparent !important;
    background-image: none !important;
    text-decoration: none !important;
    border: none !important;
}
/* Optional: white safety background for picker */
.panel-heading .pp-variant {
    background: #fff;
    padding: 10px;
}
background-color: transparent
(from .panel-heading .pp-variant a:link)
}
div[style*="float:left"][style*="150px"] {
    width: 80px !important;
}
#impleomenu-cat > li > .k-link {
    padding-top: 15px;
    border: 0;
    padding-bottom: 15px;
    line-height: 20px;
    display: none
}